forked from nix-community/ethereum.nix
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP feat/rocketpool #27
Open
MartinNikov
wants to merge
38
commits into
dev
Choose a base branch
from
feat/rocketpool-service
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When `trusted-node-url` is used nimbus ExecStart will be different and will use `trustedNodeSync` parameter.
Also got `nimbus-eth2` working with the changes from the `nix-community/ethereum.nix` repo
…r loading secrets * config(modules/nimbus-eth2): Don't define custom user for the service, but rely on the DynamicUser * config(modules/lib.nix): Add `ProcSubset` to baseServiceConfig * config(modules/erigon): Refactor systemd config to use LoadCredential
…b/nbc.sqlite3` exists Skip trustedNodeSync if it already exists.
In newer versions of `nixpkgs-unstable` the `nim` package points to `2.0.0`. A new package `nim1` has been added for backwards compatibility. Since we can't be sure with what version of nixpkgs-unstable we will be instantiated fallback to `nim` if `nim1` does not exist.
Pruning fails and errors are thrown in the most recent version (1.13.10) when `ProcSubset` is set to `pid`, as in lib.nix
…all) `ProcSubset=pid` causes various problems for both nimbus and geth (and possibly other services), so it's better to revert that change.
not all arguments are passed into the module
PetarKirov
force-pushed
the
dev
branch
2 times, most recently
from
March 12, 2024 12:01
675267a
to
621b0d1
Compare
PetarKirov
force-pushed
the
dev
branch
2 times, most recently
from
October 10, 2024 18:17
081c5dd
to
d11da6d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Nimbus Beacon Node
Moduletrusted-node-url
argumentbackfill
argumentnimbus-eth2
to the newest versionnimbus-eth2
to v23.6.1nimbus-eth2
to v23.8.0/var/lib/private/nimbus-eth2/db/nbc.sqlite3
existsipcEnable
optionnimbus-eth2
to v23.10.0ExecStartPre
command-lineipcEnable
to specialArgsMemoryDenyWriteExecute
to falsepayload-builder
optionholesky
network tonimbus-eth
andmev-boost
mev-boost
packagesnimbus-eth2
packagekeymanager
optionsnimbus-eth2
to v24.1.1web3-signer-url
optionsnapshot
optionProcSubset
toall
null
discovery.port
optionx86_64-darwin
andaarch64-darwin
platformsrocketpool
module